home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Samba Share Configuration</H2>
- <P>
- Use this form to configure directories and printing services
- served by this Samba server. Note that the share names [homes]
- and [printers] are special. [homes] all clients to connect to
- their "home" directories as specified in "/etc/passwd". The
- [printers] section allows users to connect to printers located
- in the local printcap file. Particular configuration parameters
- are described below:
-
- <table>
- <tr><th align=left valign=top>Share Name:<td>
- The name of the share identifying this particular service.
- </td></tr>
- <tr><th align=left valign=top>Comment:<td>
- Comment to appear when client lists available services.</td></tr>
- <tr><th align=left valign=top>Mount Path:<td>
- Mount path of shared directory.</td></tr>
- <tr><th align=left valign=top>Public Access:<td>
- Allow users without user accounts access to service.</td></tr>
- <tr><th align=left valign=top>Write Privileges:<td>
- Allow users write priviliges to files in mounted directory.</td></tr>
- <tr><th align=left valign=top>Printing Service:<td>
- Self explanatory.</td></tr>
- </table>
- For more information, see the man page smb.conf(5).
- </P>
- <P>
- </P>
- <P>
- </P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-